C Strings
Labels
-
ASCII
-
CString
-
Binary
-
strc
( =
0x73747263
)
Data Format
String cString
-
cString
-
A
string constant (that is, a sequence of ASCII characters enclosed in double-quotation marks). See
"Strings"
, for a list of the escape sequences that may occur in a
cString
object.
Description
A C string may be used to include text in a metafile.
Parent Hierarchy
Shared, string.
Example
cString (
"Copyright Apple Computer, Inc., 1995"
)
© 1997 Apple Computer, Inc.
Previous | QD3D Book | Overview | Chapter Contents | Next |